Version

CollectionChangeUndoUnit<T> Class Members

The following tables list the members exposed by CollectionChangeUndoUnit<T>.

Public Constructors
 NameDescription
Public ConstructorCollectionChangeUndoUnit<T> ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCollectionReturns the associated collection that will be updated if the unit is executed.  
Public PropertyTargetOverridden. Returns the target Collection  
Public Methods
 NameDescription
Public MethodGetDescriptionOverridden. Returns a string representation of the action based on whether this is for an undo or redo operation.  
Protected Methods
 NameDescription
Protected Internal MethodExecuteOverridden. Used to perform the associated action.  
Protected Internal MethodMergeOverridden. Used to allow multiple consecutive undo units to be merged into a single operation.  
See Also